Commit Debian 3.0 (quilt) metadata forky-staging archive/raspbian/6.19.6-2+rpi1 raspbian/6.19.6-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 20 Mar 2026 00:35:15 +0000 (00:35 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 20 Mar 2026 00:35:15 +0000 (00:35 +0000)
[dgit (14.11) quilt-fixup]

debian/patches/disable-format-warnings.patch [new file with mode: 0644]

diff --git a/debian/patches/disable-format-warnings.patch b/debian/patches/disable-format-warnings.patch
new file mode 100644 (file)
index 0000000..1cac839
--- /dev/null
@@ -0,0 +1,11 @@
+--- linux-6.19.6.orig/tools/objtool/Makefile
++++ linux-6.19.6/tools/objtool/Makefile
+@@ -50,7 +50,7 @@ all: $(OBJTOOL)
+ WARNINGS := -Werror -Wall -Wextra -Wmissing-prototypes                        \
+           -Wmissing-declarations -Wwrite-strings                      \
+           -Wno-implicit-fallthrough -Wno-sign-compare                 \
+-          -Wno-unused-parameter
++          -Wno-unused-parameter -Wno-format-security -Wno-format -Wno-format-y2k
+ INCLUDES := -I$(srctree)/tools/include \
+           -I$(srctree)/tools/include/uapi \